The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur.
![]() |
AUX
The parent element for AUX port settings in ArcPadPrefs.apx. Used to specify script subroutines to call when AUX events occur. |
<AUX | |
When parent element is SYSTEMOBJECTS: onclose ="script to run" oncomm ="script to run" onopen ="script to run" > When parent element is PREFERENCES: <COMPORT... /> </AUX > |
Attribute | Usage |
---|---|
onclose | Specify the script to run when this event occurs |
oncomm | Specify the script to run when this event occurs |
onopen | Specify the script to run when this event occurs |
The subroutine called should be located in the file specified in the SCRIPT element.
|